PersonaBusinessPhoneNumbers Property |
Gets the business phone numbers.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<PersonaPhoneNumberAttributedValue> BusinessPhoneNumbers { get; }Public ReadOnly Property BusinessPhoneNumbers As IList(Of PersonaPhoneNumberAttributedValue)
Get
Property Value
Type:
IListPersonaPhoneNumberAttributedValue
The business phone numbers.
See Also